home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #2 / Ham Radio 2000 - Volume 2.iso / HAMV2 / PACKET / WINPBAYC / U.BAT < prev    next >
DOS Batch File  |  1996-12-08  |  384b  |  15 lines

  1. @echo off
  2.     echo.
  3.     echo ──── Running Winpack PMS with (%1) ────
  4.     if "%1"=="" goto missing
  5.     if "%1"=="." cd c:\bpq
  6.     if "%1"=="." bpqcfg
  7.     if "%1"=="." LH C:\BPQ\bpqax25 -i60 -I4 -B3f8 -h500 -s150 -t8 -p128 -T0 -cd
  8.     if "%1"=="." LH C:\BPQ\bpqcode
  9.     if "%1"=="." cd c:\
  10. :missing
  11.     echo.
  12.     echo ──── Now, do what you have to do......
  13.     echo.
  14. :end
  15.